golang.org/x/net/http2.ClientConn.currentRequestCountLocked (method)
3 uses
golang.org/x/net/http2 (current package)
transport.go#L1083: maxConcurrentOkay = cc.currentRequestCountLocked() < int(cc.maxConcurrentStreams)
transport.go#L1107: func (cc *ClientConn) currentRequestCountLocked() int {
transport.go#L1761: if cc.currentRequestCountLocked() < int(cc.maxConcurrentStreams) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)